Chapter 3, Example 5

This HTML:

<P>
If you want to force a line break for some reason, but it doesn't make sense to 
start a new paragraph, then you can use the line break tag just as I will do at 
the end of this sentence.<BR>  See the forced display on the next 
line?<BR>  How about there?<BR>
Or there?
</P>
...is displayed as the following.

If you want to force a line break for some reason, but it doesn't make sense to start a new paragraph, then you can use the line break tag just as I will do at the end of this sentence.
See the forced display on the next line?
How about there?
Or there?